runtime._panic.goexit (field)
6 uses
runtime (current package)
panic.go#L627: p.goexit = true
panic.go#L671: if !p.link.goexit {
panic.go#L675: if p.goexit {
panic.go#L1023: if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
panic.go#L1141: if p.goexit {
runtime2.go#L1037: goexit bool
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |